object FrmStandaard: TFrmStandaard Left = 293 Top = 181 HelpContext = 1800 ActiveControl = BtnOk BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Standaard tarieven' ClientHeight = 191 ClientWidth = 283 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 128 Width = 265 Height = 9 Shape = bsTopLine end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 129 Height = 105 Caption = 'Abonne&ment' TabOrder = 2 object OptBudget: TRadioButton Left = 16 Top = 24 Width = 81 Height = 17 Caption = 'Bel &budget' TabOrder = 0 end object OptPlus: TRadioButton Left = 16 Top = 48 Width = 73 Height = 17 Caption = 'Bel &plus' Checked = True TabOrder = 1 TabStop = True end object OptBasis: TRadioButton Left = 16 Top = 72 Width = 81 Height = 17 Caption = 'Bel b&asis' TabOrder = 2 end end object GroupBox2: TGroupBox Left = 144 Top = 8 Width = 129 Height = 105 Caption = 'R&egio' TabOrder = 3 object OptBinnen: TRadioButton Left = 8 Top = 24 Width = 105 Height = 17 Caption = 'Binnen de ®io' Checked = True TabOrder = 0 TabStop = True end object OptBuiten: TRadioButton Left = 8 Top = 48 Width = 105 Height = 17 Caption = 'B&uiten de regio' TabOrder = 1 end end object BtnOk: TBitBtn Left = 32 Top = 157 Width = 99 Height = 25 HelpContext = 1801 TabOrder = 0 OnClick = BtnOkClick Kind = bkOK end object BtnCancel: TBitBtn Left = 152 Top = 157 Width = 97 Height = 25 HelpContext = 1802 Caption = 'Annuleren' TabOrder = 1 Kind = bkCancel end object ChkIncBtw: TCheckBox Left = 16 Top = 192 Width = 97 Height = 17 Caption = 'In&clusief BTW' State = cbChecked TabOrder = 4 Visible = False end end